home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / CREDITS < prev    next >
Text File  |  2001-08-15  |  10KB  |  225 lines

  1. The program was originally written by
  2.  
  3. Lars Pensj|, April 1989 (lars@cd.chalmers.se (no longer valid)).
  4.  
  5. Lars gives the following credit:
  6.  
  7.   The regexp package was made by Henry Spencer.
  8.  
  9.   The ed package was not done by me. See the file ed.c for information.
  10.  
  11.   Bit manipulations was implemented by pell@lysator.liu.se who also found
  12.   several bugs that had eluded me for months.
  13.  
  14.   Valuable help and hints from: Mark Nagel, James Seidman, Moonchilde and more.
  15.  
  16.   Roland Dunkerley III fixed for-loops, do-while and the operators ++ and --.
  17.  
  18.   Sean T Barrett made smalloc.c.
  19.  
  20.   Lennart Augustsson convinced me to implement a compiler for a virtual
  21.   stack machine. He also implemented the built-in preprocessor.
  22.  
  23.   John S. Price found and fixed many bugs.
  24.  
  25.   The shadow idea was "forwarded" to me by John S. Price from Team Cthulhu
  26.   (Bill Burdick, Roy Riggs, Mitch Adler).
  27.  
  28.   Michael Malone, Michael O'Reilly, Klaus Rennecke, J|rn Rennecke and
  29.   Germano Caronni found and fixed a large amount of bugs.
  30.  
  31.   Petri Wessman fixed changes for SCO unix and AIX.
  32.  
  33.  -----------------------------------------------------------------------------
  34.  
  35. Joern Rennecke ( amylaar@cs.tu-berlin.de ) gives this credit:
  36.  
  37.   The non-corrupting indentation code for ed was written by Felix A. Croes,
  38.   aka Dworkin (<felix@dworkin.nl>) and originates from his DGD.
  39.  
  40.   Mud-sprintf() is from Lynscar (Sean A Reith, <gusar@uniwa.oz.au> and
  41.   was donated into the Public Domain.
  42.  
  43.   The alist based mapping implementation was supplied by Dworkin.
  44.  
  45.   The idea for query_actions and an implementation that has been partially used
  46.   is from Peter Eriksson (aka lpd) pen@lysator.liu.se
  47.  
  48.   The port to Amiga was done by Mateese ( Lars Duening )
  49.  
  50.   The udp connectivity is from the CD driver, and was fitted in by deepthought.
  51.  
  52.   Demos, Freaky, Hurl, Hyp, Mateese, Pepel and Jof did a lot of alpha
  53.   testing.
  54.  
  55.   Reimer Behrends located a lot of bugs. He also supplied a portable macro to
  56.   test numbers for having but a single bit set, a mergesort based
  57.   sort_array() and variadic function support.
  58.  
  59.   get_object_actions() was supplied by herp.
  60.  
  61.   Marcus Meissner found and fixed many bugs.
  62.  
  63.   Carl White, Mark (ec179@city.ac.uk), Archimedes (Robert Fuller), Eric Blade,
  64.   Mitchell Brandsma, Sam Bobroff, Jim Cogbill, Ben Fennema,
  65.   Sorva (Ed Zielinski), Loke@Wonderland (Solem), Claus S. Jensen, Nils Magnus,
  66.   samo@MorgenGrauen, Frobozz (Bryan Schuler), Sique@Nightfall, APJ,
  67.   Deathknight, Tero Jyri Michael Pelander (tpeland@utu.fi),
  68.   Willem van der Oord (willem@marble.dcr.net), Hate@MorgenGrauen,
  69.   Bob Farmer, Randor@EoP, Trevor Phillips, Robert M. Zigweid, Inspiral,
  70.   Brian Gerst, Rasmus H. Hansen, Demodian (John Kurtz), William J. Burton,
  71.   Patrick Li, Niilo Paasivirta, Frank Stolze, Penelope@Avalon,
  72.   Nathan@Unholy Lands, mubo@SiliconDream, Sunblood@Tubmud, Alfe@Tubmud,
  73.   Tatu Saloranta, Chameloid@Tubmud and Martin Brenner (deepthought) reported bugs.
  74.  
  75.   Foslay did the OS/2 port.
  76.  
  77.   Ray Gilbert originally did the MSDOS port, which was modified later by
  78.   Rasmus Hellbug Hansen.
  79.  
  80.   Marcus Meissner contributed regreplace().
  81.  
  82.   Slider@Tubmud supplied GnuWin32 patches.
  83.  
  84.  -----------------------------------------------------------------------------
  85.  
  86. Lars Duening thanks:
  87.  
  88.  - Dana Durkee and the magnificient Wessex for enhancing my life.
  89.  - the citizens of One Step Beyond, PK-Mud and UNItopia for enduring my
  90.      driver experiments.
  91.  - Malc (mehbisdokutie@geocities.com) for providing me with access to
  92.      a Solaris system for testing.
  93.  - Elric (elric@lpmud.com) for providing me with access to
  94.      a FreeBSD system for testing.
  95.  - Blackcat (?) for providing me with access to a Linux system for testing.
  96.  - Freaky for providing me with access to an Irix system for testing, numerous
  97.      bug reports, and lots of patience when new versions crashed even faster
  98.      than the old ones.
  99.  - Kees Leune for providing me with access to a Linux/Sparc system for
  100.      testing.
  101.  - Stefan Petri and contributors for the extensive documentation of the
  102.      Amylaar driver (see also doc/README).
  103.  - the MudOS programmers for the efun terminal_colour() and Michael Schaefer
  104.      for adapting it for LDMud.
  105.  - Martin Brenner: initial multi-port implementation, inetd compatibility
  106.      code.
  107.  - Brian Gerst (bgerst@quark.vpplus.com) for the xerq daemon.
  108.  - Reinhard Pfau (Reinhard.Pfau@unix-ag.org, Mubo@SiliconDream) brought
  109.      the autoconf mechanism up to date.
  110.  - Ron Koerner (ron.koerner@gmx.de, Righ@FinalFrontier) provided the
  111.      initial implementation of inline closures modelled after MudOS' syntax.
  112.  - Uwe (mai94cch@studserv.uni-leipzig.de) provided the basic IPv6 support.
  113.  - Mark Daniel Reidel (Karm@Nightfall) did the first implementation of
  114.      the mySQL efuns.
  115.  - Dennis VanHoey (devanhoe@usol.com) did the compiling and testing for the
  116.      Darwin port.
  117.  - Bart van Driessche (bart@multi.franken.de, Hunter@FinalFrontier) did the
  118.      new OS/2 port.
  119.  - for bug reports, critics, fixes, patches and other support:
  120.      Acius (acius@bigfoot.com)
  121.      Alex@TubMud (at16@st-andrews.ac.uk)
  122.      Alexander Fetke (alfebtcd@cs.tu-berlin.de, Alfe@Tubmud)
  123.      Alexander Dobrinescu (ad@artifacts.de, Lev@FinalFrontier)
  124.      Anders Strandloev Elkjaer (ase@cs.auc.dk)
  125.      Andre Meiske (guandalug@magellan.tat.physik.uni-tuebingen.de)
  126.      Andreas Grammlich (andreas.grammlich@prepress.de, Gum@Wunderland)
  127.      Andre Grosse (ag17@irz.inf.tu-dresden.de, Patryn@Morgengrauen)
  128.      Andreas Fischer (andreas.fischer@physik.tu-chemnitz.de)
  129.      Andreas Klauer (Andreas.Klauer@epost.de, Menaures@Unitopia)
  130.      Andreas Weller (aw6@informatik.uni-ulm.de, Zwirch@Carledon)
  131.      Andres Cvitkovich (ac@twig.mond.at, ac@zwerg.at, Woody@Silberland)
  132.      Andrew Weisz (elarke01@snet.net)
  133.      Andy Zeneski (jaz@zsolv.com)
  134.      Athanasia Steele (azurite@mail1.nai.net)
  135.      Bastian Hoyer (hoyer@wisc.de, dafire@dafire.de)
  136.      Bertram Felgenhauer (bf3@irz.inf.uni-dresden.de, Fuchur@Nightfall)
  137.      Bill Andrulonis (bill.andrulonis@citrix.com, Bofin@Realmsmud)
  138.      Blackcat@PK-Mud (amuelle1@htwm.de)
  139.      Brandon (pothole@darkspyre.quad.net)
  140.      Brandon Mathis (brandon.mathis@medsolutions.com)
  141.      Bruce Mitchell (mitchell@manly.delconet.com, Klahn@Manly Mud)
  142.      Carlo von Loesch (cvl@symlynX.com, lynx@high.impact.pages.de)
  143.      Casey Zacek (cz@8000hosting.com, zippo@eotl)
  144.      Christian "Leonidas" Becker (cbecker@informatik.hu-berlin.de)
  145.      Christian Kirschbaum (chrissy@cs.tu-berlin.de, Chameloid@Tubmud)
  146.      Christian Mudra (c_mudra@informatik.uni-kl.de, Coogan@Tubmud)
  147.      Christian Welzel (Sir_Gawain@gmx.de, Gawain@Regenbogen)
  148.      Craig Venz (Craig Venz@citrix.com, Kilan@Realmsmud)
  149.      croft@UNItopia.rus.uni-stuttgart.de
  150.      Dale Perkins (dale-perkins@home.net)
  151.      Daniel von Dincklage (daniel@ozet.de, Sunblade@SiliconDream),
  152.      Daniel Fischer (dfischer@gmx.de, Dan@Gueldenland)
  153.      Daniel Sloan (sloand@alphalink.com.au)
  154.      Daryth Kendrickson (stavros@deadofnight.com)
  155.      David Gibbs (ishara@btinternet.com)
  156.      David 'Greyelk' Gibby (oop_apprentice@yahoo.com)
  157.      Dennis VanHoey (dvanhoe@usol.com)
  158.      Enrico Bauermeister (ebauermeister@t-online.de, Enrico@FinalFrontier)
  159.      Eivind (ekj@ekj.vestdata.no)
  160.      Erik Meusel (emeusel@prinz-atm.CS.Uni-Magdeburg.De)
  161.      Fini Jastrow (Fiona@Wunderland, ujastrow@mail.desy.de)
  162.      Frank Kirschner (freaky@unitopia.uni-stuttgart.de)
  163.      Frank Stolze (fstolze@iName.com)
  164.      Gerhard Schmidt (estartu@augusta.de)
  165.      "Gnomi" (gnomi@UNItopia.rus.uni-stuttgart.de)
  166.      Gunnar Kreitz (gunnark@chello.se)
  167.      Heiko Kopp (hkopp@informatik.uni-rostock.de, bardioc@bardioc.com,
  168.        Bardioc@Evermore)
  169.      Henk Stokhorst (Tha@wxs.nl)
  170.      Holger Kremss (jur94ewp@studserv.uni-leipzig.de, Holger@Wunderland)
  171.      Joern Rennecke (amylaar@cygnus.co.uk)
  172.      Jose Manuel Roman (roman@wol.es, Theuzifan uzi@simauria.upv.es)
  173.      Juergen Weickert (Sissi@UNItopia)
  174.      Karl N. Matthias (karmat@matthias.org)
  175.      Kathrin Paschen (paschen@ira.uka.de)
  176.      Kees Leune (c.j.leune@kub.nl)
  177.      Kirnan@Avalon
  178.      Krystal-Anne Rubenstein (punkette@hotmail.com)
  179.      Largo@Wunderland (emeusel@csmd.cs.uni-magdeburg.de)
  180.      Logic (logic@logic.net)
  181.      "Mammi" (mammi@unitopia.uni-stuttgart.de)
  182.      Manu Mäki (mtmaki@pultti.turkuai.fi, Cendor@Winterkill)
  183.      Mark Daniel Reidel (Karm@Nightfall,
  184.        reidelm@rbg.informatik.tu-darmstadt.de)
  185.      Markus Peter (warp@spin.de, warp@hip.spin.de)
  186.      Mat@Maethos
  187.      Matthew Julius (julius.2@wright.edu)
  188.      Michael Fedrowitz (mfedrowi@ix.urz.uni-heidelberg.de,
  189.        Michael_Fedrowiz@gmx.net, Rhodry@ForgottenDreams)
  190.      Michael Sporn (sporn@mathematik.hu-berlin.de, sunblood@tubmud)
  191.      Mike Conley (mpc@sgi.net, Tamarindo@Sovereign)
  192.      "Nathan@Unholy Lands" (mud@pc181.iaee.tuwien.ac.at)
  193.      Nepomuck@UNItopia
  194.      Nick Derewianka (nickd@e-media.com.au)
  195.      Nico Ehemann (n.ehemann@wzl.rwth-aachen.de)
  196.      Niels Boehm (bohmmrwc@minet.uni-jena.de, Mariko@Regenbogen)
  197.      Parsec
  198.      Patrick May (patrick.may@cedelgroup.com)
  199.      Paul Apgar (tiresius@usa.net, tiresius@Cosmos)
  200.      Patryn@Morgengrauen
  201.      Ralph (ralphi@vkr.k-net.dk)
  202.      Ralph Zitz (RZ@zitz.dk, Nostradamus@OSB)
  203.      Reimer Behrends (Macbeth@Tubmud)
  204.      Reinhard Pfau (reinhard@netlab1.hrz.uni-siegen.de, mubo@SiliconDream),
  205.      Robb Townsend (meecham@infonline.net)
  206.      Robert (mud@pc181.iaee.tuwien.ac.at, Nathan@Unholy Lands)
  207.      Robert Reither (e8925573@student.tuwien.ac.at, Nathan@Unholy.Lands)
  208.      Rodney Quaye (sark@oberon.krans.com)
  209.      Ron Dawson (rondawson@syd.eastlink.ca, rdawson@cgc.ns.ca, Caper@PixieMud)
  210.      Sebastian Huss (huss@informatik.hu-berlin.de, baba@avalon)
  211.      Slava "DieHARD" Ignatjev (root@impar.com, slava@intersfera.lt)
  212.      Stephan Lichtenhagen (lichti@amethyst.chemie.uni-dortmund.de,
  213.        stephan@lichtenhagen.de, Tiamak@Morgengrauen)
  214.      Sieni (sampsa@netsonic.fi)
  215.      Stefan Riemer (stefan.riemer@bauing.uni-weimar.de, Peng@FinalFrontier)
  216.      Tatu P. Saloranta (doomdark@cc.hut.fi)
  217.      Terry Penn (terry@simaril.net)
  218.      TheFinn (thefinn@ar.com.au)
  219.      Thomas Feldmeier (tfeldmei@student.informatik.uni-ulm.de, Zora@Carledon)
  220.      Thorsten Klose (Thorsten.Klose@infineon.com, Avatar@avalon)
  221.      Tmm@UNItopia? (Tmm@gmx.de)
  222.      Tomi Valkeinen (tomi.valkeinen@taikatech.com, Tomba@Batmud)
  223.      Tucita@UNItopia
  224.  
  225.